Product Features
Supply voltage DC7-40V;
Relay output contact isolation;
The communication interface only supports wireless WiFi -+RJ45 Ethernet ports;
The default IP of the device is 192.168.16.254;
The default WIFI name of the device is Hi_Link_ * * (* * represents a random combination of numbers and letters);
Communication baud rate: 2400480096001920038400;
Communication protocol: Supports standard Modbus RTU/TCP protocol;
Support users for secondary development.
PRODUCT FUNCTION
Sixteen way relay control;
24 channel optocoupler ID input;
Can achieve remote control;
Support local area network and external network control usage;
Support UDP/TCP working mode;
Support client and server modes;
Support transparent transmission, force control, Kingview, Modbus TCP connection;
It has the function of flashing and breaking [jog], and can customize the jog time;
Support local non lock linkage mode;
Support local self-locking linkage mode.
Parameters
Communication Architecture Description
The device uses a wide area network based on the Internet for remote communication, and communicates with our cloud server ems.jydtu.com through configuration parameters, with port number 60001.
Interface Description
Relay wiring instructions
Schematic diagram of active switch wiring
Schematic diagram of passive switch wiring
Equipment parameter configuration
The single WIFI version device is configured with parameters through a web page. The default WIFI signal name of the device is Hi_Link_ * * * *, the connection password is 12345678, and the default IP is 192.168.16.254
Unique Device ID Number
Each device has a unique ID number for users to use in secondary development. Use your phone to scan the QR code on the device casing or packaging casing to obtain the unique ID number.
Platform Software Description
Juying Cloud Platform is a network platform software developed by our company, which includes mobile APP platform software and web version platform. The mobile APP software includes two categories: Android and IOS. The platform is designed for our company's DAM series network version devices and GPRS version devices, aiming to provide users with remote control output (relay, switch quantity), analog quantity (4-20mA, 0-10V, 0-5V) acquisition, switch quantity acquisition and other services, greatly facilitating user needs. The server is provided by our company, and customers can use it with confidence.
Working mode description
Non lock linkage mode of this machine
The board module itself has optocoupler input and relay output. In this mode, the input optocoupler and relay are directly linked. Namely: the optocoupler input signal takes effect ->the corresponding relay is engaged, the optocoupler input signal is cancelled ->the corresponding relay is disconnected.
In this mode, due to mechanical and program delays, there will be a certain delay from the optocoupler input signal to the relay action, but the maximum delay will not exceed 0.05 seconds.
Due to the fact that all relays are directly linked by optocouplers in this mode, there may be a phenomenon where the serial port cannot operate the relay. This is not an abnormal phenomenon, but rather a situation where the relay is linked by the optocoupler before it is activated after being operated through the serial port.
Local self-locking linkage mode
The module itself is a board module with optocoupler input and relay output. In this mode, every time the optocoupler inputs a signal, the corresponding relay flips once. Namely:
The optocoupler input signal takes effect ->the relay flips (switch from engagement to disconnection, switch from disconnection to engagement);
The optocoupler input signal is cancelled ->the relay does not operate;
This mode also has the delay issue of non lock mode, but the delay time will not exceed 0.05 seconds.
This mode can mainly be used in situations where external signals are triggered to control the start and stop of equipment, such as when an optocoupler is connected to a button and the corresponding relay is connected to an electrical device. Each time the button is pressed, the device will switch between start and stop states.
Introduction to the Flashing and Breaking Function
Manual mode: For each operation of the relay, the relay will flip once (open when closed, close when open);
Flashing mode: For each operation of the relay, the relay will close for 1 second (actual time [unit second]=set number * 0.1) and then automatically disconnect;
Flashing mode: For each operation of the relay, the relay will disconnect for 1 second (adjustable time) and then automatically close;
Instruction Explanation
Control 1 relay (taking the first circuit as an example, refer to this example for other channels)
Send code: FE 05 00 00 FF 00 98 35
Relay card return information:
Return code: FE 05 00 00 FF 00 98 35
1. Relay inquiry
Query 16 relays
Send codeFE 01 00 00 00 10 29 C9
Relay card return information:
Return code: FE 01 01 00 61 9C
2. Query optocoupler
Send code: FE 02 00 00 00 18 6C 0F
Optocoupler return information:
Return code: FE 02 03 00 00 01 AD 81
3. Analysis of Flash Open and Flash Close Instructions
Flash development code: FE 10 00 03 00 02 04 00 04 00 0A 00 D8
Flashing sending code: FE 10 00 03 00 02 04 00 02 00 14 21 62
Return code: FE 10 00 03 00 02 A5 C7
4. Fully open and fully close command:
It can simultaneously control the closing and opening of specified multiple channels by changing the fully open and fully close command in the following instructions.
Change method: Convert binary to hexadecimal, where 1 represents closed, 0 represents open, fully open binary is 11111111, hexadecimal is FF, and so on for other multi-channel channels.
Full development code: FE 0F 00 00 10 02 FF A6 64
Completely disconnect sending code:FE 0F 00 00 00 10 02 00 00 A7 D4
Full open return code:FE 0F 00 00 00 10 40 08
Total disconnect return code:FE 0F 00 00 00 10 40 08